Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarSlotLoadingEventArgs<T> Class
Members

In This Topic
    CalendarSlotLoadingEventArgs<T> Class
    In This Topic
    Base event data for slot loading events.
    Object Model
    CalendarSlotLoadingEventArgs<T> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class CalendarSlotLoadingEventArgs(Of T As CalendarSlotInfo) 
       Inherits System.EventArgs
    public abstract class CalendarSlotLoadingEventArgs<T> : System.EventArgs 
    where T: CalendarSlotInfo
    Type Parameters
    T
    Inheritance Hierarchy
    See Also